home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Metabee.bin / pc / assets / metabee.dxr / 00261_Script_aolpopup < prev    next >
Text File  |  2001-12-07  |  306b  |  20 lines

  1. on mouseUp
  2.   --puppetSound 1, "Clicker"
  3.   window("AOLPopup").forget()
  4.   
  5.   global wAOL
  6.   wAOL = window("AOLPopup")
  7.   wAOL.visible = true
  8.   open wAOL
  9.   --  tell window "AOLPopup"
  10.   --    go to "AOLPopup"
  11.   --  end tell
  12. end
  13.  
  14. on mouseEnter
  15.   cursor(280)
  16. end
  17.  
  18. on mouseLeave
  19.   cursor(-1)
  20. end